| 1. | a jit compilation phase occurs when a method and its dependencies are compiled jit编译阶段在编译方法及其依赖项时出现。 |
| 2. | The common language runtime includes a jit compiler for converting msil to native code 公共语言运行库包括用于将msil转换为本机代码的jit编译器。 |
| 3. | Reducing the length of these methods can make them more amenable to optimization by a jit compiler 而缩短这些方法的长度有助于使jit编译器更易于优化它们。 |
| 4. | The core of this dissertation is to describe the implementation and optimization of a jit compiler for vba 本文的核心部分描述了vba编译内核的实现与优化的过程。 |
| 5. | Instead, the transformation from tail-recursive function to simple loop must be done dynamically by a jit compiler 相反地,这种从尾递归函数到简单循环的转换必须由jit编译器动态地进行。 |
| 6. | The virtual execution system, including a jit compiler, garbage collector, loader, and threading engine 虚拟执行系统(virtualexecutionsystem),包括jit编译器、无用单元回收程序、装载器和线程引擎 |
| 7. | Experiment by running both a jit-compiled and a pre-compiled version of a candidate assembly in the environment in which it will be used 为此,应进行以下试验:在将使用候选程序集的环境中运行该程序集的jit编译版本和预编译版本。 |
| 8. | To rely solely on a central planning approach that instructs the production schedules to all processes simultaneously is not likely to result in a jit process for all operations 但是:单纯地依赖计划生产的方法,使所有工序同步生产,并不能完全实现所有环节的准时,准量生产 |
| 9. | This dissertation targets at proposing a solution for implementing and optimizing an jit compiler-based gba emulator on x86 platform, as well as the plan for porting it to psp platform 本文的目标就是提出一套方案,在x86平台上实现与优化一个基于即时编译器的gba模拟器,并进一步展望其在psp平台上的移植。 |
| 10. | Because the common language runtime supplies a jit compiler for each supported cpu architecture, developers can write a set of msil that can be jit-compiled and run on computers with different architectures 由于公共语言运行库为所支持的每种cpu结构都提供了jit编译器,开发人员可以编写一组可在具有不同结构的计算机上进行jit编译和运行的msil。 |